Click or drag to resize

ServiceAddNewTelUriContactToGroup Method

Adds the new tel URI contact to group.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PersonaInfoResponse AddNewTelUriContactToGroup(
	ItemId groupId,
	string telUriAddress,
	string imTelephoneNumber,
	string imContactSipUriAddress
)

Parameters

groupId
Type: Independentsoft.ExchangeItemId
The group identifier.
telUriAddress
Type: SystemString
The tel URI address.
imTelephoneNumber
Type: SystemString
The im telephone number.
imContactSipUriAddress
Type: SystemString
The im contact sip URI address.

Return Value

Type: PersonaInfoResponse
PersonaInfoResponse.
See Also